CopyFromRenderTarget(Nullable<Point2L>,RenderTarget,Nullable<RectL>) Method
In This Topic
HRESULT ID2D1Bitmap::CopyFromRenderTarget([In, Optional] const D2D_POINT_2U* destPoint,[In] ID2D1RenderTarget* renderTarget,[In, Optional] const D2D_RECT_U* srcRect)
Syntax
'Declaration
Public Overloads Sub CopyFromRenderTarget( _
ByVal As System.Nullable(Of Point2L), _
ByVal As RenderTarget, _
ByVal As System.Nullable(Of RectL) _
)
public void CopyFromRenderTarget(
System.Nullable<Point2L> ,
RenderTarget ,
System.Nullable<RectL>
)
Parameters
- destPoint
- renderTarget
- srcRect
See Also